Configurates
C1.Web.Mvc.ColumnBase.AllowDragging. Sets whether the user can move this row or column to a new position with the mouse.
Syntax
'Declaration
Public Overridable Function AllowDragging( _
ByVal As Boolean _
) As TBuilder
public virtual TBuilder AllowDragging(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also